home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Audio, Video & Photo / Audacity 1.3.5 / audacity-win-unicode-1.3.5.exe / {app} / Plug-Ins / crossfadeout.ny < prev    next >
Text File  |  2006-10-24  |  214b  |  9 lines

  1. ;nyquist plug-in
  2. ;version 2
  3. ;type process
  4. ;name "Cross Fade Out"
  5. ;action "Cross-Fading Out..."
  6. (mult s (snd-exp
  7.           (snd-scale 0.5 (snd-log
  8.                           (sum 1 (snd-scale -1 (ramp)))))))
  9.